go/ast.CommClause.Colon (field)
4 uses
go/ast (current package)
ast.go#L739: Colon token.Pos // position of ":"
ast.go#L849: return s.Colon + 1
go/parser
parser.go#L2326: return &ast.CommClause{Case: pos, Comm: comm, Colon: colon, Body: body}
go/printer
nodes.go#L1439: p.print(s.Colon, token.COLON)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)